home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 May / Cd Pc Users extra 20 mayo 1999.iso / Prog / Inst / DBGrid / Dbgrid3 / README.TXT < prev   
Encoding:
Text File  |  1998-07-29  |  528 b   |  17 lines

  1. http://www.vb-helper.com/HowTo/dbgrid3.zip
  2.  
  3.     Purpose
  4. Use an unbound DBGrid control.
  5.  
  6.     Method
  7. Provide UnboundAddData, UnboundDeleteRow, UnboundReadData, and
  8. UnboundWriteData event handlers.
  9.  
  10. To add a new row, update the data and call the control's Refresh method.
  11.  
  12.     Disclaimer
  13. This example program is provided "as is" with no warranty of any kind. It is
  14. intended for demonstration purposes only. In particular, it does no error
  15. handling. You can use the example in any form, but please mention
  16. www.vb-helper.com.
  17.